type runtime.tflag
6 uses
runtime (current package)
type.go#L21: type tflag uint8
type.go#L24: tflagUncommon tflag = 1 << 0
type.go#L25: tflagExtraStar tflag = 1 << 1
type.go#L26: tflagNamed tflag = 1 << 2
type.go#L27: tflagRegularMemory tflag = 1 << 3 // equal and hash can treat values of this type as a single region of t.size bytes
type.go#L38: tflag tflag
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)